home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
Measure.dxr
/
00002_Navigation framework.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-12-16
|
481 b
|
40 lines
global gMasterData, gSection
on GoOn
stopSound2()
case gSection of
#intro:
goX()
#X, #score:
leaveThisMovie()
end case
end
on goBack
stopSound2()
case gSection of
#X:
goIntro()
#score:
goX()
end case
end
on leaveThisMovie
if iAmActivated(gMasterData) then
getPrintData()
end if
stopSound2()
cursor(4)
go(1, "Menu1")
end
on notePadButton
DoNotepad()
end
on continueNext
stopSound2()
go(the frame + 1)
end